-
Notifications
You must be signed in to change notification settings - Fork 66
Automate the update of docs/index.md
#492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @cesclass !
Your PR is good, but I left a number of details to fix/improve.
Feel free to add commits / rebase -i
and force-push
Related: ocaml-sf#490 Co-authored-by: Erik Martin-Dorel <[email protected]>
* Add missing links in "Howtos" from docs/index.md * Fix URLs format in "License and copyright" * Remove unnecessary spaces before bullet list elements
* Update index.md with the updated README.md using update-index.sh
* The workflow check out the repo and execute update-index.sh. Then it check the diffs using git diff on index.md. Related: ocaml-sf#490 Co-authored-by: Erik Martin-Dorel <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good, thanks @cesclass
Kind: feature
Close Feature (Technical Story): Automate the update of index.md #490
Description
Implement a technical (CI) feature to maintain the documentation updated. #490
README.md
anddocs/index.md
.Checklist
Note to maintainers
Fix #…
if need be)